@charset "utf-8";
/* CSS Document */
/*******css重置*******/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑", arial;
}

.container {
	margin: 0 auto;
	max-width: 1230px;
}


.luru-overflow2 {
	overflow: hidden;
	margin-bottom: 30px;
}

.luru-float2 {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
}

.luru-float2 img {
	width: 100%;
}

.luru-float2 p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.luru-overflow3 {
	overflow: hidden;
	margin-bottom: 30px;
}

.luru-float3 {
	float: left;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
}

.luru-float3 img {
	width: 100%;
}

.luru-float3 p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

@media (max-width: 600px) {
	.luru-float3 {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
}

img {
	display: block;
}

h1,
h5,
h2 {
	font-size: 1em;
}

.clearfix {
	clear: both;
}

p {
	font-size: 14px;
}

p img {
	max-width: 100%;
	margin: 0 auto;
	transition: 0.5s;
}

@media(max-width:500px) {
	p img {
		width: 100%;
	}
}

.in-proinfo p img:hover {
	/* transform: scale(1.1); */
	transition: 0.5s;
	z-index: 200;
}

.in-proinfo p img{
	border: 1px solid #ddd;
}
/**************************************************头部显示********************************************/
.index-head {
	background-color: #235aac;
	padding: 15px 0;
}

.id-head-left {
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	letter-spacing: 1px;
}

.id-head-right {
	float: right;
	line-height: 12px;
	height: 12px;
	font-size: 0;
}

.id-head-right a {
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	display: inline-block;
	padding: 0 8px;
}

.id-head-right a:first-child {
	border-right: 1px solid #fff;
}

@media(max-width:700px) {
	.index-head {
		display: none;
	}
}

/**************************************************手机导航********************************************/

.nav-btn {
	float: right;
	display: none;
	padding: 10px 0;
}

.nav-btn img {
	width: 100%;
}

.navli .nav-cn-en {
	overflow: hidden;
	background-color: #243c62;
}

.navli .nav-cn-en a {
	display: block;
	color: #fff;
	float: left;
	width: 50%;
	border-right: 1px solid #131314;
}

.navli>div:first-child {
	font-size: 18px;
	padding: 10px 0px;
	color: #999;
	font-weight: bold;
	text-align: center;
}

.navli {
	position: fixed;
	right: 0px;
	top: 0;
	text-align: left;
	display: none;
	z-index: 999;
	background-color: #333;
	width: 240px;
	height: 100%;
}

.navli a {
	font-size: 14px;
	color: white;
	line-height: 50px;
	display: block;
	padding-left: 30px;
	padding-right: 10px;
}

.navli li {
	background-color: #333;
	border-bottom: 1px solid #000;
	position: relative;
}

.id-nav-tu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/jiantou-nav.png)center no-repeat #243c62;
	background-size: 10px;
	transition: 1s;
	border-left: 2px solid #131314;
	opacity: 0.6
}

.navli .navli-txt {
	overflow: hidden;
	padding: 10px 10px 10px 30px;
	background-color: #000;
}

.navli-txt div:nth-child(1) {
	float: left;
	font-size: 16px;
	color: #fff;
}

.navli-txt div:nth-child(2) {
	float: right;
	width: 16px;
	margin-top: 3px;
}

.navli-txt div:nth-child(2) img {
	width: 100%;
}

.navli-down-menu {
	display: none;
	background-color: #fff;
	z-index: 2;
}

.navli-down-menu li {
	border-top: 1px solid #666;
	background-color: #131314;
}

.navli>li:hover {
	background-color: rgba(96, 96, 96, 0.90)
}

.navli-down-menu li:hover {
	background-color: rgba(96, 96, 96, 0.80)
}

.navli .nav-cn-en a:hover {
	background-color: #1d66cf;
}

.id-nav-tu:click {
	transform: rotate(90deg);
	transition: 1s;
}

@media(max-width:992px) {
	.nav-btn {
		display: block;
	}

	.nav {
		display: none;
	}

}

@media(max-width:600px) {
	.nav-btn {
		padding: 5px 0;
	}
}

@media(max-width:420px) {
	.nav-btn {
		padding: 2px 0;
	}
}

/**************************************************nav-导航********************************************/
.id-head-color {
	width: 100%;
	height: 6px;
}

.index-nav-all {
	overflow: hidden;
}

/************nav-导航-logo***********/
.logo {
	float: left;
	width: 60px;
	padding: 18px 0;
}

.logo img {
	width: 100%;
}

.logo1 {
	float: left;
	margin-left: 15px;
	padding: 15px 0;
}

.logo1 div:nth-child(1) {
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.logo1 div:nth-child(2) {
	font-size: 12px;
	color: #666;
}

.id-nav-right {
	float: right;
	margin-left: 20px;
	width: calc(100% - 460px);
}

/************nav-导航-right-bottom***********/

.id-nav {
	overflow: hidden;
}

.id-nav li {
	float: left;
	width: 14%;
	line-height: 80px;
	text-align: center;
}

.id-nav li a {
	font-size: 16px;
	padding: 15px 0px;
	color: #000;
}

.id-nav li.on-top a {
	border-bottom: 2px solid #235aac;
	background-size: 100% 8px;
	color: #235aac;
}

.id-nav-a a:hover {
	color: #235aac;
}

.id-nav li:hover a {
	border-bottom: 2px solid #235aac;
	color: #235aac;
}

@media(max-width:992px) {
	.id-nav-a {
		display: none;
	}

	.id-nav-right {
		display: none;
	}

	.logo {
		width: 60px;
		padding: 0;
	}

	.index-nav-all {
		padding: 15px 0;
	}

	.logo1 {
		padding: 0;
	}
}

@media(max-width:600px) {
	.index-nav-all {
		padding: 15px 0;
	}

	.logo {
		width: 50px;
	}

	.logo1 div:nth-child(1) {
		font-size: 18px;
		font-weight: 600;
	}

	.logo1 div:nth-child(2) {
		font-size: 10px;
		width: 265px;
		line-height: 14px;
		height: 14px;
		overflow: hidden;
	}
}


@media(max-width:422px) {
	.logo {
		width: 46px;
	}

	.logo1 {
		margin-left: 10px;
	}

	.logo1 div:nth-child(1) {
		font-size: 15px;
		font-weight: 600;
		width: 190px;
		line-height: 20px;
		height: 20px;
		overflow: hidden;
	}

	.logo1 div:nth-child(2) {
		font-size: 8px;
		width: 190px;
	}
}

/**************************************************banner********************************************/

.swiper-slide img {
	width: 100%;
}


.index-section {
	padding: 80px 0;
}


@media(max-width:1260px) {
	.index-section {
		padding: 60px 0;
	}
}

@media(max-width:992px) {
	.index-section {
		padding: 50px 0;
	}
}

@media(max-width:768px) {
	.index-section {
		padding: 40px 0;
	}
}

@media(max-width:530px) {
	.index-section {
		padding: 30px 0;
	}
}

/*************************************************产品展示nav*******************************************/
.index-pro-nav {
	background-color: #aaa;
	padding: 20px 0;
}

.id-pronav-left {
	float: left;
	line-height: 40px;
}

.id-pronav-left a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	letter-spacing: 1px;
}

.id-pronav-right {
	float: right;
	line-height: 40px;
}

.id-pronav-right a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.id-pronav-right a:first-child {
	margin-right: 15px;
}

.id-pronav-right a:hover {
	border-color: #235aac;
	background-color: #235aac;
}


@media(max-width:992px) {
	.index-pro-nav {
		display: none;
	}
}




/*************************************************产品展示********************************************/
/*************产品展示left**********/
.id-pro-left {
	float: left;
	width: 25%;
	margin-right: 3%;
}

.id-pro-cage {
	margin-bottom: 20px;
	background: url(../images/id-pro-cage.jpg)center no-repeat;
	background-size: 100% 100%;
	padding: 20px 20px;
}

.id-pro-cage span {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	display: block;
	line-height: 36px;
	background: url(../images/pro-chatou.png)left center no-repeat;
	padding-left: 50px;
}

.id-pro-nav a {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	height: 60px;
	margin-bottom: 24px;
	overflow: hidden;
	display: block;
	background: url(../images/pro-jiantou.png)10px center no-repeat #235aac;
	padding: 20px 0 20px 40px;
	border-left: 4px solid #ff8b1a;
}

.id-pro-nav {
	margin-bottom: 20px;
}

.id-pro-more {
	font-size: 36px;
	padding: 30px 20px;
	color: #fff;
	text-align: center;
	display: block;
	background: url(../images/pro-bg3.png)center no-repeat;
	background-size: 100% 100%;
	font-weight: 600;
}


/*************产品展示right**********/
.id-pro-right {
	float: left;
	width: 72%;
}

.id-pro-righttop {
	overflow: hidden;
	padding: 10px 15px;
	margin-bottom: 25px;
	background-color: #f6f6f6;
}

.id-pro-r-tit {
	padding-left: 15px;
	font-size: 20px;
	line-height: 36px;
	float: left;
	border-left: 4px solid #235aac;
	color: #333;
}

.id-pro-r-tel {
	float: right;
	background: url(../images/pro-tel.png)left center no-repeat;
	padding-left: 60px;
	background-size: auto 100%;
}

.id-pro-r-tel span {
	font-size: 16px;
	color: #333;
	display: block;
}

.id-pro-r-tel div {
	font-size: 20px;
	color: #ff7e00;
}

.id-pro-box {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	display: block;
	box-shadow: 0 0 5px 3px #e4e4e4;
	position: relative;
}

.id-pro-all a:nth-child(3n) {
	margin-right: 0;
}

.id-pro-box img {
	width: 100%;
}

.id-pro-box div {
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	background-color: #235aac;
}


.id-pro-nav a:hover {
	background: url(../images/pro-jian.png)10px center no-repeat #e0e0e0;
	color: #333;
}

.id-pro-box:hover div {
	background-color: #ff7e00;
}



@media(max-width:1260px) {
	.id-pro-more {
		display: none;
	}
}

@media(max-width:992px) {
	.id-pro-left {
		clear: left;
		width: 100%;
		margin-right: 0%;
	}

	.id-pro-right {
		clear: left;
		width: 100%;
	}

	.id-pro-cage,
	.id-pro-righttop {
		display: none;
	}

	.id-pro-nav a {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
		background: #235aac;
		line-height: 40px;
		height: 40px;
		text-align: center;
		border-left: none;
		padding: 0 10px;
	}

	.id-pro-nav a:hover {
		background: #e0e0e0;
	}
}

@media(max-width:600px) {
	.id-pro-nav {
		margin-bottom: 10px;
	}

	.id-pro-nav a {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.id-pro-box {
		width: 49%;
	}

	.id-pro-all a:nth-child(3n) {
		margin-right: 2%;
	}

	.id-pro-all a:nth-child(2n) {
		margin-right: 0;
	}

	.id-pro-box div {
		font-size: 14px;
		bottom: 5px;
		line-height: 30px;
		height: 30px;
	}
}

@media(max-width:530px) {
	.id-pro-nav a {
		margin-right: 2px;
	}
}



/********************************公司简介******************************/
.index-company {
	background: url(../images/id-com-bg.jpg)center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.id-com-all {
	float: right;
	width: 40%;
	color: #fff;
	position: relative;
}

.id-com-tit {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

.id-com-txt {
	margin-bottom: 40px;
}

.id-com-txt span {
	text-indent: 30px;
	font-size: 15px;
	color: #fff;
	line-height: 34px;
	display: block;
}

.id-com-position {
	position: absolute;
	top: 50px;
	left: -100%;
	border-top: 4px solid #ff7e00;
	width: 130%;
	display: none;
}

.id-com-name {
	background-color: #ff7e00;
	width: 300px;
	padding: 20px 30px;
}

.id-com-name div:nth-child(1) {
	font-size: 30px;
	margin-bottom: 40px;
	color: #fff;
	font-weight: 600;
}

.id-com-name div:nth-child(2) {
	font-size: 14px;
}




.id-com-more {
	padding: 15px 10px 15px 30px;
	display: block;
	width: 140px;
	overflow: hidden;
	background: url(../images/id-nore-bg.jpg)center no-repeat;
	background-size: 100% 100%;
}

.id-com-more span {
	display: block;
	color: #fff;
	font-size: 14px;
	background: url(../images/jiantou.png)right center no-repeat;
}

@media(max-width:1260px) {
	.id-com-name {
		width: 260px;
	}

	.id-com-txt span:nth-child(2) {
		height: 136px;
		overflow: hidden;
	}
}

@media(max-width:992px) {
	.id-com-name {
		display: none;
	}

	.id-com-tit {
		font-size: 28px;
	}

	.index-company {
		background: url(../images/id-com-bg2.jpg)center no-repeat;
		background-size: 100% 100%;
	}

	.id-com-all {
		clear: right;
		width: 100%;
		color: #fff;
	}
}

@media(max-width:768px) {
	.id-com-tit {
		font-size: 26px;
	}
}

@media(max-width:530px) {
	.id-com-tit {
		font-size: 24px;
	}
}

/********************************新闻中心******************************/
.index-title {
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-weight: 600;
	text-align: center;
	color: #333;
	background: url(../images/bg-1.png)center bottom no-repeat;
	background-size: 140px 10px;
}

.index-news-all {
	overflow: hidden;
}

/********************************新闻中心-left******************************/
.id-news-left {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.id-news-left img {
	width: 100%;
}

.id-news-1 {
	padding-bottom: 20px;
	border-bottom: 4px solid #235aac;
}

.id-news-tit {
	font-size: 18px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-weight: 600;
}

.id-news-txt {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #666;
}

.id-nl-time {
	overflow: hidden;
}

.id-news-left-time {
	font-size: 17px;
	line-height: 36px;
	height: 36px;
	color: #235aac;
	float: left;
	width: 90px;
	overflow: hidden;
	border-bottom: 2px solid #235aac;
}

.id-news-more {
	padding: 15px 10px 15px 30px;
	display: block;
	float: right;
	width: 140px;
	overflow: hidden;
	background: url(../images/id-nore-bg.jpg)center no-repeat;
	background-size: 100% 100%;
}

.id-news-more span {
	display: block;
	color: #fff;
	font-size: 14px;
	background: url(../images/jiantou.png)right center no-repeat;
}

/********************************新闻中心-right******************************/
.id-news-right {
	float: left;
	width: 50%;
}

.id-news-box {
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
	background-color: #ececec;
}

.id-news-right a:last-child {
	margin-bottom: 0;
}

.id-news-time {
	float: left;
	width: 140px;
	padding: 12px 40px 12px 10px;
	text-align: center;
	background: url(../images/bg-5.png)center no-repeat;
	background-size: 100% 100%;
}

.id-news-time div:nth-child(1) {
	font-size: 30px;
	color: #333;
	line-height: 36px;
}

.id-news-time div:nth-child(2) {
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

.id-news-2 {
	float: left;
	width: calc(100% - 140px);
	padding: 5px 20px;
}

.id-news-tit1 {
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-weight: 600;
}

.id-news-txt1 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666;
}


.id-news-box:hover {
	background-color: #272e38;
}

.id-news-box:hover .id-news-time {
	background: url(../images/bg-4.png)center no-repeat;
	background-size: 100% 100%;
}

.id-news-box:hover div {
	color: #fff;
}



@media(max-width:1260px) {
	.id-news-left img {
		margin-bottom: 10px;
	}

	.id-news-txt {
		margin-bottom: 25px;
	}

	.id-news-1 {
		padding-bottom: 30px;
	}
}

@media(max-width:992px) {
	.index-title {
		font-size: 28px;
	}

	.id-news-time {
		width: 120px;
		padding: 10px 30px 10px 10px;
	}

	.id-news-time div:nth-child(1) {
		font-size: 26px;
		line-height: 30px;
		height: 30px;
	}

	.id-news-time div:nth-child(2) {
		font-size: 14px;
		line-height: 30px;
	}

	.id-news-txt1 {
		height: 24px;
	}
}

@media(max-width:700px) {
	.index-title {
		font-size: 26px;
		background-size: 120px 10px;
		margin-bottom: 30px;
	}

	.id-news-left {
		clear: left;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.id-news-right {
		clear: left;
		width: 100%;
	}

	.id-news-txt {
		margin-bottom: 10px;
	}
}

@media(max-width:530px) {
	.index-title {
		font-size: 24px;
		background-size: 110px 10px;
	}

	.id-news-time {
		width: 110px;
		padding: 10px 30px 10px 10px;
	}

	.id-news-2 {
		width: calc(100% - 110px);
		padding: 5px 10px;
	}
}









/*******************************底部******************************/
/*******底部-定位联系电话*******/
.index-footer .container {
	position: relative;
	padding: 30px 15px;
}

.id-di-cu {
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: white;
	width: 30%;
}

.id-di-tel {
	background-color: #235aac;
	padding: 20px 15px;
}

.id-ct-form {
	padding: 20px 15px;
}

.id-kd-xian1 {
	float: left;
	width: 150px;
	height: 2px;
	background-color: #235aac;
	margin-top: 10px;
	margin-left: 20px;
}

.id-ct-box1 {
	color: #235aac;
	font-size: 15px;
	line-height: 26px;
}

.id-ct-text1 {
	font-size: 21px;
	float: left;
	color: #235aac;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
}

.id-cu-tt {
	overflow: hidden;
}

.id-ser-tel {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.id-ser-no {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}



/*******底部-快速导航*******/
.index-footer {
	background: url(../images/di-bg.jpg) top left no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
}

.id-di-ct {
	float: right;
	width: 60%;
}

.id-di-beian {
	float: left;
	width: 40%;
}

.id-di-beian div {
	color: white;
}

.id-beian-cu li a {
	color: white;
	font-size: 12px;
}

.id-di-kd,
.id-beian-cu,
.id-beian-hao {
	overflow: hidden;
	padding: 5px 0;
}

.id-kd-text {
	float: left;
	font-size: 20px;
	font-weight: 600;
}

.id-kd-xian {
	float: left;
	width: 150px;
	height: 2px;
	background-color: #fff;
	margin-top: 10px;
	margin-left: 20px;
}

.id-beian-cu li {
	float: left;
	width: 33%;
	line-height: 30px;
}

.id-beian-cu li a {
	font-size: 16px;
}

.id-beian1 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background: url(../images/gongan.png)left center no-repeat;
	background-size: auto 20px;
	padding-left: 30px;
	display: block;
}

.id-beian2 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	display: block;
}

.id-beian-tt1 {
	font-size: 14px;
	line-height: 22px;
}

/*******底部-关注更多*******/
.id-di-erweima {
	float: right;
	width: 20%;
}

.id-di-erweima {
	margin-top: 50px
}

.id-di-erweima img {
	border: 1px solid #fff;
	padding: 10px;
	width: 100%;
}

.id-di-erweima div {
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 5px;
}



@media(max-width:1260px) {
	.id-kd-xian {
		display: none;
	}

	.id-di-beian {
		float: left;
		width: 60%;
	}
}

@media(max-width:992px) {
	.index-footer {
		margin-top: 50px;
	}

	.id-kd-xian1,
	.id-di-erweima {
		display: none;
	}

	.id-di-cu {
		width: 45%;
	}

	.id-di-ct {
		width: 50%;
	}

	.id-di-beian {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.index-footer {
		margin-top: 0px;
		padding: 30px 0;
	}

	.index-footer .container {
		padding: 0px 15px;
	}

	.id-di-cu {
		display: none;
	}

	.id-di-ct {
		width: 100%;
	}


}

@media (max-width: 530px) {

	.id-di-kd,
	.id-beian-cu {
		display: none;
	}
}



.index-yq {
	background-color: #000;
	padding: 10px 0;
}

.index-yq a {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	margin-right: 4px;
}







/*******************************************内页********************************************/
/******面包屑导航******/
.pos {
	height: 40px;
	background-color: #f1f1f1;
}

.pos-box {
	height: 40px;
	color: #999;
}

.pos-box span {
	font-size: 13px;
	color: #999;
	line-height: 40px;
	margin-right: 5px;
}

.pos-box a {
	font-size: 13px;
	color: #999;
	line-height: 40px;
	margin-right: 5px;
}

.pos-box a:hover {
	color: #235aac;
}

/******main******/
.main {
	width: 100%;
	padding: 60px 0 100px;
}

.mainleft {
	float: left;
	width: 250px;
	margin-right: 50px;
}

.maincenter {
	float: left;
	width: calc(100% - 300px);
}

.mainright {
	float: left;
	width: 250px;
	margin-left: 50px;
}

@media (max-width: 991px) {
	.main {
		padding: 50px 0 80px;
	}

	.mainleft {
		width: 100%;
		margin-right: 0;
	}

	.maincenter {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.main {
		padding: 30px 0;
	}
}

/*****mainleft****/
.left-nav {
	padding: 10px;
	border: 1px solid #dedede;
}

.left-nav-tit {
	width: 100%;
	height: 65px;
	background: #235aac url(../images/jiao.png) no-repeat top right;
	;
	padding: 12px 0;
	text-align: center;
}

.lnt-cn {
	display: block;
	font-size: 23px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 5px;
}

.lnt-en {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #a3d2ee;
}

.left-nav-list li {
	width: 100%;
	margin-bottom: 5px;
}

.left-nav-list li:first-of-type {
	margin-top: 8px;
}

.left-nav-list li a {
	display: block;
	width: 100%;
	padding: 0px 40px 0px 20px;
	line-height: 39px;
	height: 38px;
	overflow: hidden;
	color: #555;
	background-color: #efefef;
}

.left-nav-list li:hover a {
	background-color: #235aac;
	color: #fff;
}

.left-nav-list li.cur a {
	background-color: #235aac;
	color: #fff;
}

.left-con {
	margin-top: 30px;
}

.left-con-tit {
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	background-color: #235aac;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.left-con-info {
	border: 1px solid #dcdcdc;
	overflow: hidden;
	background-color: #f6f6f6;
}

.left-con-info li {
	width: 100%;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 13px;
	color: #555;
	border-bottom: 1px solid #dcdcdc;
}

.left-con-info li:last-of-type {
	border-bottom: 0;
}

@media (max-width:991px) {
	.left-nav {
		padding: 0;
		border: 0;
	}

	.left-nav-list {
		text-align: center;
	}

	.left-nav-list li {
		display: inline-block;
		width: 130px;
		border: 1px solid #fff;

	}

	.left-nav-list li:first-of-type {
		margin-top: 0;
	}

	.left-nav-list li a {
		padding: 0px 5px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		background: #efefef;

	}

	.left-nav-list li:hover a {
		background: #235aac;
	}
}

/*****main-right**********/
.in-news-latest {
	margin-bottom: 30px;
}

.inl-tit {
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	background-color: #235aac;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.inl-info li {
	padding: 10px 25px;
	height: 42px;
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.inl-info li span {
	display: block;
	width: 20px;
	height: 16px;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	text-align: center;
	background-color: #999;
}

.inl-info li:nth-of-type(1) span {
	background-color: #235aac;
}

.inl-info li:nth-of-type(2) span {
	background-color: #235aac;
}

.inl-info li:nth-of-type(3) span {
	background-color: #235aac;
}

.inl-info li div {
	float: left;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.inl-info li:hover span {
	background-color: #235aac;
}

.inl-info li:hover div {
	color: #235aac;
}


/*****maincenter**/
.maincenter-top {
	height: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.maincenter-tit {
	float: left;
	font-size: 24px;
	line-height: 30px;
	color: #235aac;
	padding-left: 24px;
	position: relative;
}

.maincenter-pos {
	float: right;
	color: #999;
}

.maincenter-pos span {
	color: #999;
	line-height: 30px;
	margin-right: 5px;
}

.maincenter-pos a {
	color: #999;
	line-height: 30px;
}

.maincenter-pos a:hover {
	color: #235aac;
}

.maincenter-icon {
	display: block;
	width: 6px;
	height: 30px;
	background-color: #235aac;
	position: absolute;
	left: 0;
	top: 0;
}

.maincenter-content {
	padding: 30px 0;
}

@media (max-width:480px) {
	.maincenter-tit {
		font-size: 18px;
		padding-left: 15px;
	}
}

/*****in-prolist*****/
.in-prolist {
	margin-bottom: 50px;
}

.in-prolist li {
	float: left;
	width: 32%;
	margin-top: 30px;
}

.in-prolist li:nth-of-type(3n-1) {
	margin-right: 2%;
	margin-left: 2%;
}

.in-prolist-info {
	width: 100%;
	position: relative;
	border: 2px solid #dedede;
}

.in-prolist-img {
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
}

.in-prolist-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(2, 72, 134, .75);
	display: none;
}

.in-prolist-overlay img {
	display: block;
	margin: 0 auto;
	margin-top: 25%;
}

.in-prolist-overlay span {
	display: block;
	margin: 10px auto 0;
	font-size: 17px;
	color: #fff;
	text-align: center;
}

.in-prolist-tit {
	display: block;
	width: 100%;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	color: #333;
}

.in-prolist li:hover .in-prolist-overlay {
	display: block;
}

.in-prolist li:hover .in-prolist-tit {
	color: #235aac;
}

.in-prolist-info:hover {
	border-color: #235aac;
}

@media (max-width:991px) {
	.in-prolist {
		margin-bottom: 30px;
	}

	.in-prolist-tit {
		font-size: 15px;
	}

	.in-prolist-overlay img {
		margin-top: 20%;
	}

	.in-prolist-overlay span {
		font-size: 15px;
	}
	
	.in-prolist-img {
		display: block;
		width: 100%;
		height: 150px;
		position: relative;
	}
	
}

@media (max-width:650px) {
	.in-prolist li {
		margin-top: 20px;
	}
	.in-prolist-img {
		display: block;
		width: 100%;
		height: 150px;
		position: relative;
	}
}

@media (max-width:550px) {
	.in-prolist li {
		width: 48%;
	}

	.in-prolist li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.in-prolist li:nth-of-type(2n) {
		margin-left: 4%;
	}
	.in-prolist-img {
		display: block;
		width: 100%;
		height: 150px;
		position: relative;
	}
}

@media (max-width:420px) {
	.in-prolist-tit {
		font-size: 13px;
	}
	.in-prolist-img {
		display: block;
		width: 100%;
		height: 150px;
		position: relative;
	}
}

/*********新闻列表页***********/
.in-newslist {
	margin-bottom: 50px;
}

.in-newslist li a {
	display: block;
	padding: 15px;
	height: 55px;
	border-bottom: 1px dashed #999;
	transition: .8s;
}

.in-newslist li .in-newslist-dot {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 9px;
	border-radius: 50%;
	border: 1px solid #999;
	background-color: #fff;
	margin-right: 10px;
}

.in-newslist li div {
	float: left;
	font-size: 15px;
	line-height: 25px;
	color: #333;
}

.in-newslist li .in-newslist-date {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.in-newslist li:hover {
	background-color: #235aac;
}

.in-newslist li:hover .in-newslist-dot {
	border: 1px solid #fff;
}

.in-newslist li:hover div,
.in-newslist li:hover .in-newslist-date {
	color: #fff;
}

@media (max-width:991px) {
	.in-newslist {
		margin-bottom: 30px;
	}
}

@media (max-width:640px) {
	.in-newslist li a {
		padding: 15px 10px;
		height: 55px;
	}

	.in-newslist li .in-newslist-dot {
		width: 6px;
		height: 6px;
		margin-top: 10px;
		margin-right: 5px;
	}

	.in-newslist li div {
		font-size: 14px;
	}

	.in-newslist li .in-newslist-date {
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.in-newslist li a {
		padding: 10px 10px;
		height: 68px;
	}

	.in-newslist li div {
		line-height: 24px;
	}

	.in-newslist li .in-newslist-date {
		width: 100%;
		line-height: 24px;
		padding-left: 11px;
	}
}

/*********详情页**********/
.page-detail,
.page-feedback,
.in-proinfo,
.in-newsinfo {
	padding: 30px 0;
}

@media (max-width:991px) {

	.page-feedback,
	.page-detail {
		padding: 0;
	}

	.in-proinfo,
	.in-newsinfo {
		padding: 20px 0;
	}
}

/*********产品详情页***********/
.in-proinfo-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

@media (max-width:991px) {
	.in-proinfo-tit {
		margin-top: 20px;
	}
}

/*********新闻详情内页***********/
.in-newsinfo-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.in-newsinfo-date {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.in-newsinfo-date a {
	margin: 0 15px;
	color: #666;
}

/******推荐新闻**********/
.in-news-tj {
	margin-top: 50px;
	margin-bottom: 50px;
}

.in-pro-tj {
	margin-bottom: 50px;
}

.tj-tit {
	width: 100%;
	height: 30px;
	padding-left: 25px;
	background: url(../images/tit_bg.jpg) no-repeat left center;

	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.in-tjnews-box,
.in-tjpro-box {
	padding: 25px;
	border-bottom: 1px solid #999;
}

.in-tjnews-box li {
	width: 45%;
	height: 28px;
	overflow: hidden;
}

.in-tjnews-box li:nth-of-type(2n) {
	float: right;
}

.in-tjnews-box li:nth-of-type(2n+1) {
	float: left;
}

.in-tjnews-box li .tj-dot {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin-top: 11px;
	border-radius: 50%;
	background-color: #235aac;
	margin-right: 10px;
}

.in-tjnews-box li div {
	float: left;
	font-size: 14px;
	line-height: 28px;
	width: 70%;
	overflow: hidden;
	color: #333;
}

.in-tjnews-box li .tj-date {
	display: block;
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: #666;
}

.in-tjnews-box li:hover div,
.in-tjnews-box li:hover .tj-date {
	color: #235aac;
}

@media (max-width: 1229px) {
	.in-tjnews-box li .tj-date {
		display: none;
	}
}

/*****推荐产品**********/
.in-tjpro-box li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.in-tjpro-box li:last-of-type {
	margin-right: 0;
}

.in-tjpro-box li img {
	width: 100%;
	border: 1px solid #999;
}

.in-tjpro-box li span {
	display: block;
	width: 100%;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	color: #333;
}

.in-tjpro-box li:hover img {
	border: 1px solid #235aac;
	box-shadow: 0 0 8px rgba(12, 143, 215, .3);
}

.in-tjpro-box li:hover span {
	color: #235aac;
}

/*******分页**********/
#pageDiv {
	clear: both;
	float: right;
	text-align: center;
	color: #333;
}

#pageDiv a {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid #999;
	color: #666;
	height: 28px;
	margin: 0 1px 10px 1px;
	padding: 0 6px;
	text-decoration: none;
}

#pageDiv a:hover,
#pageDiv a.current {
	background-color: #235aac;
	border: 1px solid #235aac;
	color: #fff;
}

@media (max-width: 991px) {
	#pageDiv {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

	#pageDiv span,
	#pageDiv a {
		font-size: 12px;
	}
}

/*******上下页**********/
.in-prenext div span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-right: 10px;
}

.in-prenext div a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.in-prenext div a:hover {
	color: #235aac;
}

.in-back {
	display: block;
	width: 130px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #235aac url(../images/back.png) no-repeat 8px center;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
	top: 0;
}

.in-back:hover {
	top: -2px;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .5);
}

/*******search 页面**********/
/*******search btn**********/
.inner-search {
	padding: 20px 0;
	background-color: #f0f0f0;
}

.search-box {
	height: 50px;
	padding: 0 30px;
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px rgba(6, 0, 1, 0.3);
}

.search-key {
	float: left;
	line-height: 50px;
}

.search-key span {
	color: #999;
}

.search-key a {
	color: #999;
	margin-left: 15px;
}

.search-key a:hover {
	color: #235aac;
}

.search-btn {
	float: right;
	height: 36px;
	margin-top: 7px;
}

.search-btn .ss_con {
	display: block;
	float: left;
	width: 214px;
	height: 36px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 34px;
	border: 1px solid #d6d6d6;
	color: #999;
	margin-right: 4px;
}

.search-btn .ss_btn {
	float: left;
	display: block;
	width: 52px;
	height: 36px;
	line-height: 36px;
	background: #a7a7a7;
	color: #fff;
	text-align: center;
}

.search-btn .ss_btn:hover {
	background-color: #235aac;
}

@media (max-width:991px) {
	.search-box {
		padding: 0 10px;
	}

	.search-key a {
		margin-left: 10px;
	}

	.search-btn .ss_con {
		width: 166px;
	}

	.search-btn .ss_btn {
		width: 46px;
	}
}

@media (max-width:767px) {
	.inner-search {
		padding: 10px 0;
	}

	.search-box {
		height: auto;
		padding: 0;
		background-color: transparent;
		box-shadow: 0 0 0 0;
	}

	.search-btn {
		margin: 0
	}

	.search-btn .ss_con {
		margin: 0;
		border: 1px solid #a7a7a7;
		border-right: 0;
	}
}

/*******search list**********/
.in-search {
	padding: 40px 0 30px;
}

.in-search-list {
	margin-bottom: 10px;
}

.in-search-list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.in-search-list li:nth-of-type(4n) {
	margin-right: 0;
}

.isl-info {
	width: 100%;
	position: relative;
	border: 2px solid #dedede;
}

.isl-img {
	display: block;
	width: 100%;
	position: relative;
}

.isl-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(2, 72, 134, .75);
	display: none;
}

.isl-overlay img {
	display: block;
	margin: 0 auto;
	margin-top: 25%;
}

.isl-overlay span {
	display: block;
	margin: 10px auto 0;
	font-size: 17px;
	color: #fff;
	text-align: center;
}

.isl-tit {
	display: block;
	width: 100%;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}

.in-search-list li:hover .isl-overlay {
	display: block;
}

.in-search-list li:hover .isl-tit {
	color: #235aac;
}

@media (max-width:991px) {
	.isl-tit {
		font-size: 14px;
	}

	.isl-overlay img {
		margin-top: 20%;
	}

	.isl-overlay span {
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.in-search-list li {
		width: 32%;
		margin-right: 0;
	}

	.in-search-list li:nth-of-type(3n-1) {
		margin-right: 2%;
		margin-left: 2%;
	}
}

@media (max-width:650px) {
	.in-search-list {
		margin-bottom: 20px;
	}

	.in-search-list li {
		margin-bottom: 20px;
	}
}

@media (max-width:550px) {
	.in-search-list li {
		width: 48%;
	}

	.in-search-list li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.in-search-list li:nth-of-type(2n) {
		margin-left: 4%;
	}
}

@media (max-width:420px) {
	.isl-tit {
		font-size: 13px;
	}
}


/******************************************联系我们**************************************************/
.pd-cu-map {
	overflow-x: scroll;
}

.id-pd-contact {
	overflow: hidden;
	margin-bottom: 20px;
}

.id-pd-contact li {
	float: left;
	width: 33%;
	color: #666;
	line-height: 36px;
	font-size: 14px;
}

.id-pd-contact li:first-child {
	font-size: 18px;
	color: #235aac;
	font-weight: 600;
	width: 100%;
	margin-bottom: 10px;
}

.id-pd-contact li:last-child {
	width: 100%;
}

#dituContent {
	width: 100%;
	height: 400px;
}

@media (max-width:800px) {
	#dituContent {
		height: 300px;
	}
}

@media (max-width:700px) {
	.id-pd-contact li {
		width: 50%;
	}
}

@media (max-width:500px) {
	#dituContent {
		height: 260px;
	}
}

@media (max-width:400px) {
	.id-pd-contact li {
		width: 100%;
	}

	#dituContent {
		height: 240px;
		width: 500px;
	}
}

/***********************************在线留言***************************************/

.feedback {
	width: 100%;
	margin: 20px 0;
}

.feedback-line2 {
	margin-bottom: 10px;
}

.feedback-line1,
.feedback-line2 {
	width: 100%;
}

.cus-info {
	display: block;
	float: left;
	width: 48%;
	margin: 0 1% 10px;
	height: 44px;
	line-height: 24px;
	padding: 10px;
	border: 1px solid #aeaeae;
	border-radius: 4px;
}


.cus-mes {
	width: 98%;
	margin: 0 1% 10px;
	height: 140px;
	line-height: 24px;
	padding: 10px;
	border: 1px solid #aeaeae;
	border-radius: 4px;

}

.captcha,
.captcha-img,
.feedback-submit {
	display: block;
	float: left;
	width: 30%;
	height: 44px;
	margin: 0 1%;
	border-radius: 4px;
}

.captcha {
	line-height: 24px;
	padding: 10px;
	border: 1px solid #aeaeae;
}

.captcha-img {
	border: 1px solid #aeaeae;
}

.captcha-img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.feedback-submit:hover {
	background-color: #0c8fd7;
	color: #fff;
}

@media (max-width:991px) {
	.pro-info-pos1 {
		display: block;
	}

	.pro-info-pos2 {
		display: none;
	}
}

@media (max-width:767px) {
	.feedback {
		font-size: 13px;
	}

	.cus-info {
		padding: 10px;
	}


	.cus-mes {
		padding: 10px;

		background-size: 16px;
	}

	.captcha {
		padding: 10px 5px;
	}

	.mainright-info {
		font-size: 14px;
	}
}

@media (max-width:680px) {
	.feedback {
		font-size: 12px;
	}

	.cus-info {
		width: 48%;
		margin: 0 1% 10px;
	}

	.captcha,
	.captcha-img,
	.feedback-submit {
		width: 48%;
	}
}

@media (max-width:530px) {
	.mainright-info {
		font-size: 12px;
	}

	.captcha,
	.captcha-img,
	.feedback-submit {
		width: 48%;
	}
}
